Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Using javascript

Hi Dave

It's not a perfect solution, but you could do this in javascript. In the client onLoad event, put


window.setTimeout( "window.location = window.location;", 1200000 );

This causes a refresh on a notes form every twenty minutes and the page reloads. You only need to change the second parameter to specify the time (in milliseconds).
I've used this on a form with an embedded view and a computed field that does a @DBColumn on a view to count the number of documents.

The only problem I've had is it gives an "insufficient memory" error after X refreshes. It might be something else on the form, or the computed text field with the @DBColumn that's causing it, I've never investigated it.

kind regards

Simon Delicata


Feedback response number WEBB8VHSBZ created by ~Yentl Ektootexoden on 06/22/2012

How to refresh page content in a fr... (~Dean Asaasonet... 22.Jun.12)
. . Just received an out of memory erro... (~Dean Asaasonet... 22.Jun.12)
. . Using javascript (~Yentl Ektootex... 22.Jun.12)
. . . . That did seem to work Simon, just c... (~Dean Asaasonet... 22.Jun.12)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS